Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / ActionResult<T> Constructor / ActionResult<T> Constructor(T)
A T value represents the executing result.


In This Topic
    ActionResult<T> Constructor(T)
    In This Topic
    Initializes an action success result.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As T _
    )
    'Usage
     
    
    Dim value As T
     
    Dim instance As New ActionResult(Of T)(value)
    public ActionResult<T>( 
       T value
    )

    Parameters

    value
    A T value represents the executing result.
    See Also